Fix application window snapshot differently
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Oct 2017 18:03:19 +0000 (14:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 8 Oct 2017 18:03:19 +0000 (14:03 -0400)
commitab22734159e12e3828152e4c29395f5b59f1e45b
tree660bec0ebe7070a49680e3f42666915ee44c2d2b
parent8dc48d032245e33f65750e38edecd0eb49d6a4ac
Fix application window snapshot differently

As Timm Baedert pointed out, the previous fix made the
menubar go on top of popovers, which is just wrong. Instead,
make gtk_window_snapshot handle all direct children of the
window, taking care to stack popovers correctly.
gtk/gtkapplicationwindow.c
gtk/gtkwindow.c